PlaceholderType Enumeration

Represents the content type of a placeholder.

Definition

Namespace: Independentsoft.Office.Odf.Fields
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public enum PlaceholderType

Members

Text0 Placeholder can be replaced by text.
Table1 Placeholder can be replaced by a table.
TextBox2 Placeholder can be replaced by a text-box.
Image3 Placeholder can be replaced by an image.
Object4 Placeholder can be replaced by an object.
None5 None.

See Also